Welcome![Sign In][Sign Up]
Location:
Search - matching problem

Search list

[ToolBarfiveclassstar

Description: 本代码给出了类explorer窗口问题的一些处理方法,创建类explorer窗口简单方法配套源代码-the code is then given an explorer window to address the problem, creating categories explorer window simple matching source code
Platform: | Size: 267841 | Author: 王傻子 | Hits:

[Otherhungry

Description: 用匈牙利算法解决二部图的最优匹配问题,可用于多任务的指派问题的解决.-Hungary algorithm used to solve the two plans optimal matching can be used for many tasks assigned to resolve the problem.
Platform: | Size: 163742 | Author: 周华兵 | Hits:

[Special Effectscopap

Description: Matlab demo code for the cyclic order preserving assignment problem with application to shape matching-Matlab demo code for the cyclic order prese rving assignment problem with application to s CPR matching
Platform: | Size: 36765 | Author: Zhenhua | Hits:

[Graph programZSAD

Description: 区域法立体匹配的实时性问题研究 立体视觉匹配的相关算法-regional law stereo matching the real-time study of the problem of three-dimensional visual matching algorithms
Platform: | Size: 1151 | Author: 林雨 | Hits:

[Graph programRANK_TX

Description: 区域法立体匹配的实时性问题研究 立体视觉匹配的相关算法-regional law stereo matching the real-time study of the problem of three-dimensional visual matching algorithms
Platform: | Size: 1026 | Author: 林雨 | Hits:

[Graph programLEFT_RIGHT

Description: 区域法立体匹配的实时性问题研究立体视觉匹配的相关算法-regional law stereo matching the real-time study of the problem of three-dimensional visual matching algorithms
Platform: | Size: 1075 | Author: 林雨 | Hits:

[Other resourceacmanswerpack

Description: 本光盘是《国际大学生程序设计竞赛例题解(一)》的配套光盘,内容包括书中对应章节习题的测试数据,部分附带有程序源码。以便于读者更好地学习。 本文件在于说明光盘的功能、各目录的内容及运行的软硬件环境、常见问题的解决 方法等需给读者讲明的问题。 光盘结构:光盘结构按照书本的目录对应编排。共有四个目录,分别存放书中第二、四、六和七章例题的数据,它们又分别在各自的下一层目录存放每一节(一节就是一道例题)的内容。 数据文件:数据文件是本光盘的主要文件。每道例题都有大约8组的测试数据,数据 文件分为输入文件和输出文件两类。这些文件都是文本文件,可以用任何文本编辑器打开和编辑,文件内容的存储格式在书中有严格规范,它位于题目输入格式和输出格式部分。 由于有多组数据,我们在文件名末尾加上数字,标明序号。一般而言,序号越大, 数据的规模越大,难度更高。-the CD is the "International Collegiate Programming Contest Examples solution (1)" matching discs, The book includes chapters corresponding Exercise test data, some fringe procedure source. To the readers to better study. This document is to describe the function of CD, the contents of the directory and the operation of the hardware and software environment, common solutions to problems such as the need to explain to readers the problem. CD Structure : CD-ROM books in accordance with the structure of the corresponding directory scheduling. A total of four catalogs, were placed second book, IV, VI and VII of the Charter of excellence, They also in their respective directories stored under a layer of each section (one is an excellence) content. Data files : data files of the CD is
Platform: | Size: 773323 | Author: wu | Hits:

[OtherjiyuIMMjidongmubiaodegengzhousuanfa

Description: 机动目标的跟踪问题一直是人们研究的重点,实现机动目标精确跟踪,首要解决的问题就是使所建立的目标运动模型与实际的目标运动模型匹配。目前常用的有多模型(MM),交互式多模型(IMM),切换模型等。多模型方法就是对一组具有不同机动模型分别进行Kalman滤波,最终的参数估计是各滤波器估计值的加权和;在多模型基础上,Shalom提出了交互式多模型方法,这一方法对无序目标的机动检测,显示了更好的鲁棒性和跟踪的稳定性;切换模型则是分别建立机动和非机动运动模型,利用机动检测实现在这两个模型之间的切换。一般来说,交互式多模型的跟踪性能较好。-mobile target tracking problem has been a focus of research and achieve precise maneuvering target tracking, the most pressing issue is to enable the establishment of the target model and the actual movement of the target model matching. At present, more commonly used model (MM), interactive multi-model (IMM), switching model. Multi-model approach is a group of different mobile models were Kalman filtering, The final parameter is the estimated value of the filter is estimated weighted; in the multi-model basis, Shalom made the interactive multi-model approach that the objectives of the motor disorder detection, better show the robustness and stability of the track; switching model is set up motorized and non-motorized sports model, the use of mobile testing to achieve in this model between
Platform: | Size: 207760 | Author: zhangfei | Hits:

[Applications按揭计算

Description: 自己写了个小程序,主要是为了比较等额法和递减法之间的差价,比较简单,相信战友们都能看懂,于是是upload上来了,有兴趣的看看。有问题可以联系,QQ:158679138。用了xpmenu控件。-himself wrote a small procedure is to compare the matching law and reduced the difference between the law, relatively simple, I believe his comrades in arms can understand, then upload onto yes, are interested to see. A problem can be linked, QQ : 158679138. Spent xpmenu controls.
Platform: | Size: 388207 | Author: 00 | Hits:

[Applications按揭计算

Description: 自己写了个小程序,主要是为了比较等额法和递减法之间的差价,比较简单,相信战友们都能看懂,于是是upload上来了,有兴趣的看看。有问题可以联系,QQ:158679138。用了xpmenu控件。-himself wrote a small procedure is to compare the matching law and reduced the difference between the law, relatively simple, I believe his comrades in arms can understand, then upload onto yes, are interested to see. A problem can be linked, QQ : 158679138. Spent xpmenu controls.
Platform: | Size: 388096 | Author: 00 | Hits:

[Data structsBoyer-Moore-Hospool

Description: 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer- Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency. Suggest to replace strstr () I did not realize the test before but there should not be a big problem. C code, easier to use :)
Platform: | Size: 1024 | Author: 彭诗力 | Hits:

[Data structskmpEx

Description: KMP算法是字符串模式匹配算法, 解决DBCS字符集的问题。-KMP algorithm is a string pattern matching algorithms, DBCS characters to solve the problem,.
Platform: | Size: 1024 | Author: 黄建雄 | Hits:

[Documentshenhaotuxiangfenge

Description: 首先采用灰度投影匹配进行全局运动估计和补偿,用以消除背景变化的影响;然后由二次差分抽取中间帧解决遮挡问题,通过Fisher 评价函数结合数学形态学填充得到运动对象分割掩膜,同时消除残余噪声以及平滑边缘。该方法在一定范围内较好地解决了遮挡问题,并能够高效快速地得到比较精确的视频对象。-first used for overall projection matching motion estimation and compensation, in order to remove the impact of changes in background; then by the second difference from the middle frame settlement block, Fisher evaluation function by combining mathematical morphology be filled Moving Object segmentation mask, while eliminating residual noise and edge smoothing. The method in a certain range to help solve the problem of shelter, and to the rapid and efficient access to more precise video objects.
Platform: | Size: 303104 | Author: 李杰 | Hits:

[Mathimatics-Numerical algorithmsheiyubai

Description: 黑白点匹配问题,文件中有详细的问题描述与测试数据-black and white point matching, document a detailed description of the problem with the test data
Platform: | Size: 180224 | Author: 张亮 | Hits:

[ToolBarfiveclassstar

Description: 本代码给出了类explorer窗口问题的一些处理方法,创建类explorer窗口简单方法配套源代码-the code is then given an explorer window to address the problem, creating categories explorer window simple matching source code
Platform: | Size: 267264 | Author: 王傻子 | Hits:

[Graph programRANK_TX

Description: 区域法立体匹配的实时性问题研究 立体视觉匹配的相关算法-regional law stereo matching the real-time study of the problem of three-dimensional visual matching algorithms
Platform: | Size: 1024 | Author: 林雨 | Hits:

[Graph programLEFT_RIGHT

Description: 区域法立体匹配的实时性问题研究立体视觉匹配的相关算法-regional law stereo matching the real-time study of the problem of three-dimensional visual matching algorithms
Platform: | Size: 1024 | Author: 林雨 | Hits:

[source in ebookacmanswerpack

Description: 本光盘是《国际大学生程序设计竞赛例题解(一)》的配套光盘,内容包括书中对应章节习题的测试数据,部分附带有程序源码。以便于读者更好地学习。 本文件在于说明光盘的功能、各目录的内容及运行的软硬件环境、常见问题的解决 方法等需给读者讲明的问题。 光盘结构:光盘结构按照书本的目录对应编排。共有四个目录,分别存放书中第二、四、六和七章例题的数据,它们又分别在各自的下一层目录存放每一节(一节就是一道例题)的内容。 数据文件:数据文件是本光盘的主要文件。每道例题都有大约8组的测试数据,数据 文件分为输入文件和输出文件两类。这些文件都是文本文件,可以用任何文本编辑器打开和编辑,文件内容的存储格式在书中有严格规范,它位于题目输入格式和输出格式部分。 由于有多组数据,我们在文件名末尾加上数字,标明序号。一般而言,序号越大, 数据的规模越大,难度更高。-the CD is the "International Collegiate Programming Contest Examples solution (1)" matching discs, The book includes chapters corresponding Exercise test data, some fringe procedure source. To the readers to better study. This document is to describe the function of CD, the contents of the directory and the operation of the hardware and software environment, common solutions to problems such as the need to explain to readers the problem. CD Structure : CD-ROM books in accordance with the structure of the corresponding directory scheduling. A total of four catalogs, were placed second book, IV, VI and VII of the Charter of excellence, They also in their respective directories stored under a layer of each section (one is an excellence) content. Data files : data files of the CD is
Platform: | Size: 773120 | Author: wu | Hits:

[OtherjiyuIMMjidongmubiaodegengzhousuanfa

Description: 机动目标的跟踪问题一直是人们研究的重点,实现机动目标精确跟踪,首要解决的问题就是使所建立的目标运动模型与实际的目标运动模型匹配。目前常用的有多模型(MM),交互式多模型(IMM),切换模型等。多模型方法就是对一组具有不同机动模型分别进行Kalman滤波,最终的参数估计是各滤波器估计值的加权和;在多模型基础上,Shalom提出了交互式多模型方法,这一方法对无序目标的机动检测,显示了更好的鲁棒性和跟踪的稳定性;切换模型则是分别建立机动和非机动运动模型,利用机动检测实现在这两个模型之间的切换。一般来说,交互式多模型的跟踪性能较好。-mobile target tracking problem has been a focus of research and achieve precise maneuvering target tracking, the most pressing issue is to enable the establishment of the target model and the actual movement of the target model matching. At present, more commonly used model (MM), interactive multi-model (IMM), switching model. Multi-model approach is a group of different mobile models were Kalman filtering, The final parameter is the estimated value of the filter is estimated weighted; in the multi-model basis, Shalom made the interactive multi-model approach that the objectives of the motor disorder detection, better show the robustness and stability of the track; switching model is set up motorized and non-motorized sports model, the use of mobile testing to achieve in this model between
Platform: | Size: 207872 | Author: zhangyun | Hits:

[Software Engineeringdentity-Based

Description: 使用威尔配对,本文提出了一种基于身份的环签密方案,给出了具体的算法.该方案能够使消息的 发送者以一种完全匿名的方式发送消息,并且同时实现保密性和认证性两种功能.我们证明了在决策双线性Diffie- Hellman问题难解的假设下,新提出的方案对自适应选择密文攻击是安全的.与传统的先签名后加密的方案 相比,本方案中密文长度有了明显的降低,在低带宽的要求下更加可行.-Will the use of matching, this paper, a ring of identity-based signcryption program, given a specific algorithm. The program will enable the sender information in a completely anonymous way to send messages, and at the same time to achieve confidentiality and authentication of two functions. We prove that in the decision-making bilinear Diffie-Hellman problem difficult to resolve under the assumption that the new proposal for adaptive chosen ciphertext attack is safe. with the traditional first signed encrypted program compared ciphertext of the program significantly reduced the length, in the low-bandwidth request more feasible.
Platform: | Size: 98304 | Author: 张莹 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »

CodeBus www.codebus.net